home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / dsp / dspgroup / mac320.arc / DFDP.DOC < prev    next >
Encoding:
Text File  |  1985-10-17  |  575 b   |  20 lines

  1. DFDP is a translation program to transform the output of
  2. the Atlantic Signal Design DFDP digital filter design program
  3. into a form acceptable by the MAC320 assembler.
  4.  
  5. DFDP is used as:
  6.  
  7.     DFDP <infile >outfile
  8.  
  9. where infile is the file produced by the ASPI design program,
  10. and outfile is a file whose extension is .ASM. For example:
  11.  
  12.     DFDP <iir.tms >iir.asm
  13.  
  14. reads the file iir.tms and generates the file iir.asm.
  15.  
  16. You must include the redirection symbols < and >, or else
  17. the program will await input from the keyboard, and send
  18. its output to the screen.
  19.  
  20.